home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / UTILITIE / CPU_MEMO / 0577.ZIP / PCLOCK.DOC < prev    next >
Text File  |  1980-01-01  |  6KB  |  168 lines

  1.  
  2.                      WHAT IS THE POP CLOCK PROGRAM
  3.  
  4. Pop Clock is a memory resident program for the PC/XT/AT that allows the
  5. user to display (pop-up) the time in the upper right hand corner of the
  6. screen. The program also allows the user to set an alarm to beep at one
  7. of two tones for a given time.
  8.  
  9. Pop Clock was designed as advertising promotion and may be freely
  10. distributed in its original form with its original documentation by
  11. anyone that wishes without prior consent from:
  12.  
  13.                       Tulk Associates Software
  14.                      Personal Computer Services
  15.                  13791 De Foe Ave. Sylmar, CA 91342
  16.                            (818)367-4127
  17.  
  18.                            INSTALLATION
  19.  
  20. To install the Pop Clock program simply enter PCLOCK at the DOS prompt.
  21.  
  22. The program may also be installed via the AUTOEXEC.BAT or other batch
  23. file if the user so desires (see Batch Commands in your DOS manual).
  24.  
  25. The program is self-checking to ensure that it is not installed more
  26. than once, but the method of checking for prior installation may be
  27. disrupted by the installation of other memory resident program(s) after
  28. Pop Clock has been installed.
  29.  
  30.                   A WORD ABOUT MEMORY RESIDENT PROGRAMS
  31.  
  32. The order of installation of any memory resident program is always an
  33. iffy situation.  Every attempt has been made to ensure that the Pop
  34. Clock program behaves in a predictable fashion. If you are using other
  35. memory resident programs you may need to experiment with the order in
  36. which they are loaded.  We suggest that you load Pop Clock first if you
  37. want to call the clock from within other resident programs otherwise
  38. Pop Clock may be loaded last.
  39.  
  40. Some applications behave poorly when memory resident programs are
  41. installed or when they are used at the same time.  If any of your
  42. application programs (word processor, etc.) do not function properly
  43. remove the memory resident program and reboot the system. We suggest
  44. that you use the memory resident program at the start of an application
  45. to insure that it coexist properly with the application.
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.              Copyright (C)1987 Tulk Associates Software
  53.  
  54.                                  (1)
  55.  
  56.  
  57.                          HOW TO USE POP CLOCK
  58.  
  59. Whenever the clock is called to the screen an instruction bar will
  60. appear on the 24th line of the screen. This instruction bar lists all
  61. of the keys used in Pop Clock. For first time users the instructions
  62. are explained below.
  63.  
  64. TO ACTIVATE THE CLOCK simply press the ALT T key combination and the
  65. clock will appear in the upper right hand corner of the screen. To
  66. deactivate the clock and continue with what you were doing press the
  67. ESCAPE key.
  68.  
  69. TO SET THE TIME call up the clock as described above. Press the F1
  70. function key. The word TIME will appear on top of the clock and the
  71. hour will start to flash.  To change the hour use the arrow keys to
  72. increase (up arrow) or decrease (down arrow) the time by the desired
  73. amount. Hit the RETURN key and the minutes will start to flash, when
  74. minutes have been set hit the RETURN key again. The time is now set.
  75.  
  76. TO SET THE ALARM call up the clock as described above. Press the F2
  77. function key. The word ALARM will appear on top of the clock and the
  78. hour will start to flash.  To change the hour use the arrow keys to
  79. increase (up arrow) or decrease (down arrow) the time by the desired
  80. amount. Hit the RETURN key and the minutes will start to flash, when
  81. minutes have been set hit the RETURN key again. The alarm is now set.
  82.  
  83. TO TURN ON THE ALARM call up the clock as described above. Press the
  84. F3 function key a musical note will appear under the time. The alarm
  85. is now on.
  86.  
  87. TO SELECT A TONE call up the clock as described above. If the alarm
  88. is not on (note under time is not displayed) press the F3 function
  89. key to turn it on. Press the F4 function key and the musical note
  90. under the time will change from a single note (low tone) to a double
  91. note (high tone). The tone is now selected.
  92.  
  93. TO TURN OFF THE ALARM calling up the clock as described above while
  94. the alarm is sounding will shut it off. If the clock is on the screen
  95. when the alarm sounds the F3 function key will shut it off. The alarm
  96. will turn off automatically after one minute.
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.              Copyright (C)1987 Tulk Associates Software
  108.  
  109.                                 (2)
  110.  
  111.  
  112.                 HOW TO CHANGE THE HOT KEY USING DEBUG
  113.  
  114. You may find that the specified POP CLOCK Hot Key (Alt T) conflicts
  115. with other software usage. If this should be the case you may change
  116. the POP CLOCK Hot Key value using the DOS Debug program.
  117.  
  118. The example shown below will change the value of the Hot Key from
  119. Alt T to Alt Z. The information within the [ brackets ] is displayed
  120. by Debug. The response text is normal and the *text are comments.
  121.  
  122.     A> debug pclock.com        *load pclock.com into the
  123.                     *debug program and dump the
  124.     [-]d 104 l2            *current hot key value, a
  125.                     *two byte code, 1st byte
  126.     [nnnn:0104     14 00]        *is auxiliary value and
  127.                     *2nd is the scan code.
  128.     [-]e 104            *edit the auxiliary byte
  129.                     *value by replacing it
  130.     [nnnn:0104  14.]2C        *with the value for the
  131.                     *new key (Alt Z here)
  132.     [-]n pclock.com            *just to be safe, make
  133.                     *sure the name is still
  134.     [-]w                *pclock.com, and write
  135.                      *the file back to disk
  136.     [writing 0C42 bytes]        *confirm that all bytes
  137.                     *have been written and
  138.     [-]q                *quit the debugger
  139.  
  140.  
  141. Please note the the program messages will still indicate Alt T as the
  142. Hot Key. If you wish to change them you may. Use the same procedure
  143. as above for locations nnnn:0CCC & nnnn:0D31 replacing each byte with
  144. the ASCII value of the new character (in hex).
  145.  
  146. The following auxiliary byte hex values may be used to produce the
  147. Alt key combinations for their associated letters:
  148.  
  149.        hex     key             hex     key             hex     key
  150.       value   value           value   value           value   value
  151.  
  152.     10    Q        19    P        26    L
  153.     11    W        1E    A        2C    Z
  154.     12    E        1F    S        2D    X
  155.     13    R        20    D        2E    C
  156.     14    T        21    F        2F    V
  157.     15    Y        22    G        30    B
  158.     16    U        23    H        31    N
  159.     17    I        24    J        32    M
  160.     18    O        25    K
  161.  
  162.  
  163.  
  164.                 Copyright (C)1987 Tulk Associates Software
  165.  
  166.                                   (3)
  167.  
  168.